home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 3-Pak 2 - Disc 2
/
Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso
/
Desktop-Changers
/
wcyclr32.exe
/
_SETUP.1
/
wincycler3.exe
/
0
/
RCDATA
/
TADDFOLDER
/
TADDFOLDER.txt
Wrap
Text File
|
1999-03-30
|
2KB
|
99 lines
object addfolder: Taddfolder
Left = 299
Top = 232
BorderStyle = bsDialog
Caption = 'Add/Insert Folder (Active Desktop support: No)'
ClientHeight = 213
ClientWidth = 424
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 0
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 216
Top = 0
Width = 154
Height = 13
Caption = 'Files that will be Added/Inserted:'
end
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 144
Width = 201
Height = 19
TabOrder = 0
end
object FilterComboBox1: TFilterComboBox
Left = 216
Top = 144
Width = 201
Height = 21
TabOrder = 1
end
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 16
Width = 201
Height = 121
ItemHeight = 16
TabOrder = 2
end
object FileListBox1: TFileListBox
Left = 216
Top = 16
Width = 201
Height = 121
ItemHeight = 13
TabOrder = 3
end
object addins: TRadioGroup
Left = 8
Top = 176
Width = 153
Height = 33
Caption = 'How to add files:'
Columns = 2
Items.Strings = (
'&Add Files'
'&Insert Files')
TabOrder = 4
end
object Button1: TButton
Left = 264
Top = 184
Width = 75
Height = 25
Caption = '&OK'
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 344
Top = 184
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 6
OnClick = Button2Click
end
object nodupes: TCheckBox
Left = 168
Top = 192
Width = 89
Height = 17
Caption = '&No Duplicates'
TabOrder = 7
end
end